fix: ensure spawn-helper is executable for macos prebuilds - #866
Merged
Conversation
Devraj Mehta (devm33)
force-pushed
the
macos-exec
branch
from
January 10, 2026 06:27
b5484f0 to
913fc14
Compare
This reverts commit d08cd36.
Devraj Mehta (devm33)
marked this pull request as ready for review
January 10, 2026 13:46
Daniel Imms (Tyriar)
approved these changes
Jan 13, 2026
Daniel Imms (Tyriar)
enabled auto-merge
January 13, 2026 15:26
Chris Bartholomew (cdbartholomew)
added a commit
to cdbartholomew/vipershell
that referenced
this pull request
Apr 1, 2026
node-pty@1.1.0 ships spawn-helper and pty.node without the execute bit (mode 644), causing "posix_spawnp failed" when vipershell tries to open a PTY for a terminal session. Add a postinstall script that fixes the permissions after npm install, including global installs. The upstream bug is tracked in microsoft/node-pty#850 and fixed in microsoft/node-pty#858 and microsoft/node-pty#866, but only available in prerelease (1.2.0-beta.x) so far.
Nicolò Boschi (nicoloboschi)
pushed a commit
to nicoloboschi/sheepit
that referenced
this pull request
Apr 2, 2026
node-pty@1.1.0 ships spawn-helper and pty.node without the execute bit (mode 644), causing "posix_spawnp failed" when vipershell tries to open a PTY for a terminal session. Add a postinstall script that fixes the permissions after npm install, including global installs. The upstream bug is tracked in microsoft/node-pty#850 and fixed in microsoft/node-pty#858 and microsoft/node-pty#866, but only available in prerelease (1.2.0-beta.x) so far.
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #850
Also includes some minor improvements to make a test and CI less flaky